home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / LOCALE / catalogs / IdentifyTools.cd < prev    next >
Text File  |  1997-12-30  |  4KB  |  134 lines

  1. ;****************************************************************
  2. ;*                                                              *
  3. ;*          identify.library Tools    Catalog Descriptor        *
  4. ;*                                                              *
  5. ;****************************************************************
  6. ;*
  7. ;*      (C) 1996-97  Richard Körber  -- All Rights Reserved
  8. ;*
  9. ;****************************************************************
  10. ;
  11. ;   ** IMPORTANT NOTES FOR TRANSLATORS **
  12. ;
  13. ;       · Nr. 0 must always be preserved
  14. ;       · Do NOT change the sequence of '%' parameters
  15. ;       · Do NOT change the order of the entries
  16. ;       · Obey the minimum and maximum length
  17. ;       · Note that some lines have trailing spaces
  18. ;
  19. ;
  20. ;================================================================
  21. ;       COMMON STRINGS (1..)
  22. ;================================================================
  23. ;
  24. MSG_NOIDENTIFY (1//)
  25. Needs identify.library V%ld or higher!\n
  26. ;
  27. ;
  28. ;
  29. ;================================================================
  30. ;       LISTEXP STRINGS (1000..)
  31. ;================================================================
  32. ;
  33. MSG_LISTEXP_HAIL (1000//)
  34. -- ListExp V%s -- Richard Koerber <shred@chessy.aworld.de>\n\
  35.  (ListExp is a part of the Identify package, see AmiNet util/libs)\n\n
  36. ;
  37. MSG_LISTEXP_HELP (//)
  38. Template:\n\n\
  39.   FULL/S\t\tlist all current commodities\n\
  40.   MID=MANUFID/K/N\tinformation about manufacturer\n\
  41.   PID=PRODID/K/N\tand it's product\n\n\
  42. Please read the doc file for further details.\n
  43. ;
  44. MSG_LISTEXP_OVERFLOW (//)
  45. Bad range! (ManufID=0..65535 ProdID=0..255)\n\n
  46. ;
  47. MSG_LISTEXP_SPECBOARD (//)
  48.  Manufacturer: %s\n\
  49.  Product:      %s\n\
  50.  Class:        %s\n\n
  51. ;
  52. MSG_LISTEXP_HARDWARE (//)
  53. ** HARDWARE **\n\
  54. \n\
  55. System:  %s\n\
  56. CPU:     %s/%s (Rev %s), FPU=%s/%s, MMU=%s\n\
  57. PowerPC: %s/%s\n\
  58. Chipset: %s (RAMSEY %s, GARY %s, CHUNKY %s) VBR=%s\n\
  59. AmigaOS: %s (%s, SetPatch %s)   Exec %s   Workbench %s\n\
  60. Support: GraphicOS: %s, AudioOS: %s\n\
  61. Clock:   Power %s, VBlank %s, E-Clock %s\n\
  62. \n\
  63. Memory:\t\t   CHIP\t   FAST\t  TOTAL\tROM = %s\tSLOW = %s\n\
  64. \t  PLAIN\t%7s\t%7s\t%7s\n\
  65. \tVIRTUAL\t%7s\t%7s\t%7s\n\
  66. \t  TOTAL\t%7s\t%7s\t%7s\n\n\n
  67. ;
  68. MSG_LISTEXP_LISTTITLE (//)
  69. ** EXPANSIONS **\n\n\
  70. Nr ID      Address  Size Manufacturer         Product\n\
  71. ----------------------------------------------------------------------------\n
  72. ;
  73. MSG_LISTEXP_BOARDLINE (//)
  74. %2ld %04lx.%02lx %08lx %3ld%lc %-20s %s %s\n
  75. ;
  76. MSG_LISTEXP_CXTITLE (//)
  77. \n\n** COMMODITIES **\n\n\
  78. Name                     Title\n\
  79. ----------------------------------------------------------------------------\n
  80. ;
  81. MSG_LISTEXP_CXLINE (//)
  82. %-24s %-40s\n
  83. ;
  84. ;
  85. ;
  86. ;================================================================
  87. ;       GURU STRINGS (2000..)
  88. ;================================================================
  89. ;
  90. MSG_GURU_HAIL (2000//)
  91. -- Guru V%s -- Richard Koerber <shred@chessy.aworld.de>\n\n
  92. ;
  93. MSG_GURU_HELP (//)
  94. Template:\n\n\
  95.   GURU\t\tguru code to be analyzed\n\
  96.   LASTALERT/S\tanalyze last system alert\n\n\
  97. Please read the doc file for further details.\n
  98. ;
  99. MSG_GURU_BADCODE (//)
  100. This is not a valid Guru code...\n\n
  101. ;
  102. MSG_GURU_RESULT (//)
  103.  Alert Code: %08lx\n\
  104.  Type:       %s\n\
  105.  Subsystem:  %s\n\
  106.  General:    %s\n\
  107.  Specified:  %s\n\n
  108. ;
  109. MSG_GURU_NOLAST (//)
  110. No Guru occured yet...\n\n
  111. ;
  112. ;
  113. ;
  114. ;================================================================
  115. ;       FUNC STRINGS (1000..)
  116. ;================================================================
  117. ;
  118. MSG_FUNC_HAIL (3000//)
  119. -- Function V%s -- Richard Koerber <shred@chessy.aworld.de>\n\n
  120. ;
  121. MSG_FUNC_HELP (//)
  122. Template:\n\n\
  123.   LN=LIBNAME/A\tname of the library\n\
  124.   O=OFFSET/N/A\toffset of the function\n\n\
  125. Please read the doc file for further details.\n
  126. ;
  127. MSG_FUNC_RESULT (//)
  128.  Library:    %s\n\
  129.  Offset:     %ld\n\
  130.  Function:   %s\n\n
  131. ;
  132. ;================================================================
  133. ;
  134.